Oracle Java 7 Update 40
This is what I did for the latest version of Java Version 7 Update 40: On Success 1. Run the batch file "Remove Old Version of Java" with params "". 2. Run the batch file "Wait" with pa… Read More
Another way to delete the shortcuts from the Start menu. Create a custom action and paste this script in it. dim strProgramData, strJavaPath set wshShell = CreateObject("WScript.shell")set… Read More
After installing Java 7 Update 40 the item shows as a newly installed program. While I am not aware of any switches to remove this from showing up initially in the Start Menu, I added this line… Read More
Deploy with disabled auto-update: open the msi in Orca click on "tranform" select "new transform" go to the "property" table edit the entry as followed: AUTOUPDATECHECK=0 edit the entry… Read More